home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / conv / jpegV5Bsrc.lha / gcc / README.AMIGA < prev   
Encoding:
Text File  |  1995-04-09  |  2.7 KB  |  85 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. README for release 5b of 15-Mar-95
  5. ==================================
  6.  
  7. This distribution contains the fifth public release of the Independent JPEG
  8. Group's free JPEG software. 
  9.  
  10. This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim
  11. Boucher, Lee Crocker, George Phillips, Davide Rossi, Ge' Weijers, and other
  12. members of the Independent JPEG Group.
  13.  
  14. IJG is not associated with the official ISO JPEG standards committee.
  15.  
  16. The jpeg-5b directory contains the original, unchanged jpegsrc.v5b.tar.gz
  17. archive downloaded directly from ftp.uu.net. If you want to compile with
  18. gcc use the files from this directory.
  19.  
  20.  
  21. Recompiling the programs:
  22.  
  23. Copy jconfig.h and the makefiles to the jpeg-5b directory.
  24.  
  25. Enter:
  26.  
  27.  make -f makefile.gcc
  28.  
  29. Check if it works: (floating point part cannot be tested this way)
  30.  
  31.  make -f makefile.gcc test
  32.  
  33.  
  34. ********************
  35. NEW IN THIS RELEASE:
  36. ********************
  37.  
  38. The ixemul.library is not needed any more. Starting with this release cjpeg
  39. and djpeg are using the Unix-like command line style. Redirection and piping
  40. is now fully supported. Examples:
  41.  
  42.  cjpeg inputfile >outputfile
  43.  cjpeg <inputfile >outputfile
  44.  djpeg -scale 1/4 inputfile | cjpeg >outputfile
  45.  
  46. The last example creates a 1/4 scaled JPEG file of your inputfile. Note
  47. that a temporary ppm file will not be created. To use this with the
  48. standard Amiga shell you need one of those pipe archives:
  49.  
  50. Aminet: util/shell/MJPipe09.lha
  51.         util/shell/Pipe_1_5.lha
  52.         util/cli/pipe3310.lha
  53.         
  54. Use the -outfile option if you don't want to use redirection. New shell
  55. scripts for the jpegAGA program are also included in this release.
  56.  
  57.  
  58. NOTES:
  59.  
  60. 1) I used gcc 2.5.8 and libnix 0.8 for compiling the programs. I cannot
  61.    recommend using gcc versions 2.6.0 - 2.6.3. The -dct float option will
  62.    produce corrupt pictures for the 68000 version of djpeg.
  63.  
  64. 2) If you compile the programs with other compilers (makefiles for Manx and
  65.    SAS are included) they will be slower or contain bugs, so don't do that.
  66.   
  67.  
  68. If you found a bug then please let me know about it. I cannot fix bugs that
  69. are not known to me. (Every behaviour that does not correspond to the original
  70. documentation is considered a bug.) If it is not Amiga-specific you may also
  71. report it directly to the Independent JPEG Group.
  72.  
  73.  
  74. My address:
  75.  
  76.  
  77.  
  78.   electronic mail:                                  normal mail:
  79.   ****************                                  ************
  80.  
  81.  Guenther@studbox.uni-stuttgart.de                  Günther Röhrich
  82.                                                     Lerchenbergstr. 4
  83.                                                     73733 Esslingen
  84.                                                         Germany
  85.